home *** CD-ROM | disk | FTP | other *** search
/ FutureMusic 138 / Future Music Magazine FM138 August 2003 Free Soft Synch NI Carbon.iso / pc / resources / kontaktpp.swf / scripts / DefineButton2_68 / BUTTONCONDACTION on(press).as next >
Text File  |  2002-10-01  |  138b  |  11 lines

  1. on(press){
  2.    if(playall == 0)
  3.    {
  4.       all.gotoAndStop("offdown");
  5.    }
  6.    else
  7.    {
  8.       all.gotoAndStop("ondown");
  9.    }
  10. }
  11.